With the labels ["A", "B", "C"] and one-hot encodings from above, select the missing one-hot encoding:
[1.0, 0.0, 1.0]
[0.0, 0.0, 0.0]
[0.0, 1.0, 0.0]
[0.0, 0.0, 1.0]
Next Concept